HL7XPN

Print
Apex classe Details
Name HL7XPN
Label HealthCloudGA.HL7XPN
Namespace Prefix HealthCloudGA
Status Active
Api Version 60
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global virtual class HL7XPN extends HealthCloudGA.HL7.Entity {
    global HealthCloudGA.HL7FN XPN_1 {
        get;
        set;
    }
    global String XPN_10 {
        get;
        set;
    }
    global String XPN_11 {
        get;
        set;
    }
    global String XPN_12 {
        get;
        set;
    }
    global String XPN_13 {
        get;
        set;
    }
    global String XPN_14 {
        get;
        set;
    }
    global String XPN_15 {
        get;
        set;
    }
    global String XPN_2 {
        get;
        set;
    }
    global String XPN_3 {
        get;
        set;
    }
    global String XPN_4 {
        get;
        set;
    }
    global String XPN_5 {
        get;
        set;
    }
    global String XPN_6 {
        get;
        set;
    }
    global String XPN_7 {
        get;
        set;
    }
    global String XPN_8 {
        get;
        set;
    }
    global String XPN_9 {
        get;
        set;
    }
    global HL7XPN() {

    }
    global override void setDefaultFieldValue(Object value) {

    }
}